home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / code / Firefox_1.0.5.exe / en-US.xpi / bin / searchplugins / eBay.src < prev    next >
Encoding:
Text File  |  2005-07-11  |  1.0 KB  |  37 lines

  1. <SEARCH
  2.     version = "7.1"
  3. name="eBay"
  4. description="eBay - Online actions"
  5. action="http://search.ebay.com/search/search.dll"
  6. method="GET"
  7. >
  8.  
  9. <input name="query" user />
  10. <input name="MfcISAPICommand" value="GetResult" />
  11. <input name="ht" value="1" />
  12. <input name="ebaytag1" value="ebayreg" />
  13. <input name="srchdesc" value="n" />
  14. <input name="maxRecordsReturned" value="300" /> 
  15. <input name="maxRecordsPerPage" value="50" /> 
  16. <input name="SortProperty" value="MetaEndSort" /> 
  17.  
  18.  
  19. <interpret
  20. resultListStart   = "<!-- eBayCacheStart -->"
  21. resultListEnd     = "<!-- eBayCacheEnd -->"
  22. resultItemStart='<td valign=top width=52%><font size=3>' 
  23. resultItemEnd="</font></td>"
  24. priceStart='<font size=3><b>'
  25. priceEnd="</b>"
  26. dateStart='<td align="right" valign="top" width="18%" ><font color="#FF0000" size=3>'
  27. dateEnd='</font></td></tr></table>'
  28. />
  29.     
  30. </search>
  31.  
  32. <BROWSER
  33.    update="http://www.mozilla.org/products/firefox/plugins/ebay.src" 
  34.    updateIcon="http://www.mozilla.org/products/firefox/plugins/eBay.gif" 
  35.    updateCheckDays="3"
  36. >
  37.